home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
steppenw.swf
/
scripts
/
DefineSprite_2168
/
frame_38
/
DoAction.as
Wrap
Text File
|
2008-11-12
|
521b
|
20 lines
if(_root.CacheSerpent.hitTest(_root.Meg._x,_root.Meg._y,true))
{
set("/Variables:Vie",eval("/Variables:Vie") - 20);
if(eval("/Variables:Vie") < 0)
{
tellTarget("_root")
{
gotoAndStop("MegMeurt");
play();
}
set("/Variables:Vie",0);
}
setProperty("/Inventaire/BarreVie2/BarreVie3/Gage2", _width, eval("/Variables:GageLargeur") * (eval("/Variables:Vie") / 100));
tellTarget("_root.Sound")
{
gotoAndStop("MegCris");
play();
}
}